2026-04-10 18:59:10,280 [ 380243 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:53, check_args_and_update_paths) 2026-04-10 18:59:10,280 [ 380243 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:79, check_args_and_update_paths) 2026-04-10 18:59:10,280 [ 380243 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:90, check_args_and_update_paths) 2026-04-10 18:59:10,280 [ 380243 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:92, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_wt7bpd --privileged --dns-search='.' --memory=30709035008 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=5ccda723c1fc -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=d862517635bf -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=0 --color=no --durations=0 --report-log=parallel3_0.jsonl --report-log-exclude-logs-on-passed-tests test_storage_mongodb/test.py::test_oid test_storage_mongodb/test.py::test_order_by test_storage_mongodb/test.py::test_password_masking test_storage_mongodb/test.py::test_predefined_connection_configuration test_storage_mongodb/test.py::test_predefined_connection_configuration_uri test_storage_mongodb/test.py::test_secure_connection test_storage_mongodb/test.py::test_secure_connection_uri test_storage_mongodb/test.py::test_secure_connection_uri_with_validation test_storage_mongodb/test.py::test_secure_connection_with_validation test_storage_mongodb/test.py::test_simple_select test_storage_mongodb/test.py::test_simple_select_from_view test_storage_mongodb/test.py::test_simple_select_uri test_storage_mongodb/test.py::test_string_casting test_storage_mongodb/test.py::test_uuid test_storage_mongodb/test.py::test_where test_temporary_data/test.py::test_tmp_data_no_leftovers 'test_throttling/test.py::test_backup_throttling[no_local_throttling]' 'test_throttling/test.py::test_backup_throttling[no_local_to_remote_throttling]' 'test_throttling/test.py::test_backup_throttling[no_remote_to_local_throttling]' 'test_throttling/test.py::test_backup_throttling[no_remote_to_remote_throttling]' 'test_throttling/test.py::test_backup_throttling[server_local_throttling]' 'test_throttling/test.py::test_backup_throttling[server_local_to_remote_throttling]' 'test_throttling/test.py::test_backup_throttling[server_remote_to_local_throttling]' 'test_throttling/test.py::test_backup_throttling[server_remote_to_remote_throttling]' 'test_throttling/test.py::test_backup_throttling[user_local_throttling]' 'test_throttling/test.py::test_backup_throttling[user_local_to_remote_throttling]' 'test_throttling/test.py::test_backup_throttling[user_remote_to_local_throttling]' 'test_throttling/test.py::test_backup_throttling[user_remote_to_remote_throttling]' test_throttling/test.py::test_backup_throttling_override test_throttling/test.py::test_local_read_throttling_reload test_throttling/test.py::test_local_write_throttling_reload test_throttling/test.py::test_max_merges_bandwidth_for_server test_throttling/test.py::test_max_mutations_bandwidth_for_server 'test_throttling/test.py::test_read_throttling[no_local_throttling]' 'test_throttling/test.py::test_read_throttling[no_remote_throttling]' 'test_throttling/test.py::test_read_throttling[server_local_throttling]' 'test_throttling/test.py::test_read_throttling[server_remote_throttling]' 'test_throttling/test.py::test_read_throttling[user_local_throttling]' 'test_throttling/test.py::test_read_throttling[user_remote_throttling]' test_throttling/test.py::test_remote_read_throttling_reload test_throttling/test.py::test_remote_write_throttling_reload 'test_throttling/test.py::test_write_throttling[local_server_throttling]' 'test_throttling/test.py::test_write_throttling[local_user_throttling]' 'test_throttling/test.py::test_write_throttling[no_local_throttling]' 'test_throttling/test.py::test_write_throttling[no_remote_throttling]' 'test_throttling/test.py::test_write_throttling[server_remote_throttling]' 'test_throttling/test.py::test_write_throttling[user_remote_throttling]' -vvv " altinityinfra/integration-tests-runner:226bfaf75ac1 '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache Test order randomisation NOT enabled. Enable with --random-order or --random-order-bucket= rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: timeout-2.3.1, repeat-0.9.3, order-1.0.0, reportlog-0.4.0, xdist-3.5.0, random-order-1.1.1 timeout: 900.0s timeout method: signal timeout func_only: False created: 10/10 workers 10 workers [47 items] scheduling tests via LoadFileScheduling test_temporary_data/test.py::test_tmp_data_no_leftovers test_storage_mongodb/test.py::test_oid test_throttling/test.py::test_backup_throttling[no_local_throttling] [gw2] [ 2%] PASSED test_throttling/test.py::test_backup_throttling[no_local_throttling] test_throttling/test.py::test_backup_throttling[no_local_to_remote_throttling] [gw0] [ 4%] PASSED test_temporary_data/test.py::test_tmp_data_no_leftovers [gw2] [ 6%] PASSED test_throttling/test.py::test_backup_throttling[no_local_to_remote_throttling] test_throttling/test.py::test_backup_throttling[no_remote_to_local_throttling] [gw2] [ 8%] PASSED test_throttling/test.py::test_backup_throttling[no_remote_to_local_throttling] [gw1] [ 10%] PASSED test_storage_mongodb/test.py::test_oid test_storage_mongodb/test.py::test_order_by [gw1] [ 12%] PASSED test_storage_mongodb/test.py::test_order_by test_storage_mongodb/test.py::test_password_masking [gw1] [ 14%] PASSED test_storage_mongodb/test.py::test_password_masking test_storage_mongodb/test.py::test_predefined_connection_configuration test_throttling/test.py::test_backup_throttling[no_remote_to_remote_throttling] [gw1] [ 17%] PASSED test_storage_mongodb/test.py::test_predefined_connection_configuration test_storage_mongodb/test.py::test_predefined_connection_configuration_uri [gw2] [ 19%] PASSED test_throttling/test.py::test_backup_throttling[no_remote_to_remote_throttling] [gw1] [ 21%] PASSED test_storage_mongodb/test.py::test_predefined_connection_configuration_uri test_storage_mongodb/test.py::test_secure_connection [gw1] [ 23%] PASSED test_storage_mongodb/test.py::test_secure_connection test_storage_mongodb/test.py::test_secure_connection_uri [gw1] [ 25%] PASSED test_storage_mongodb/test.py::test_secure_connection_uri test_storage_mongodb/test.py::test_secure_connection_uri_with_validation [gw1] [ 27%] PASSED test_storage_mongodb/test.py::test_secure_connection_uri_with_validation test_storage_mongodb/test.py::test_secure_connection_with_validation [gw1] [ 29%] PASSED test_storage_mongodb/test.py::test_secure_connection_with_validation test_storage_mongodb/test.py::test_simple_select [gw1] [ 31%] PASSED test_storage_mongodb/test.py::test_simple_select test_storage_mongodb/test.py::test_simple_select_from_view test_throttling/test.py::test_backup_throttling[server_local_throttling] [gw1] [ 34%] PASSED test_storage_mongodb/test.py::test_simple_select_from_view test_storage_mongodb/test.py::test_simple_select_uri [gw1] [ 36%] PASSED test_storage_mongodb/test.py::test_simple_select_uri test_storage_mongodb/test.py::test_string_casting [gw1] [ 38%] PASSED test_storage_mongodb/test.py::test_string_casting test_storage_mongodb/test.py::test_uuid [gw1] [ 40%] PASSED test_storage_mongodb/test.py::test_uuid test_storage_mongodb/test.py::test_where [gw2] [ 42%] PASSED test_throttling/test.py::test_backup_throttling[server_local_throttling] test_throttling/test.py::test_backup_throttling[server_local_to_remote_throttling] [gw1] [ 44%] PASSED test_storage_mongodb/test.py::test_where [gw2] [ 46%] PASSED test_throttling/test.py::test_backup_throttling[server_local_to_remote_throttling] test_throttling/test.py::test_backup_throttling[server_remote_to_local_throttling] [gw2] [ 48%] PASSED test_throttling/test.py::test_backup_throttling[server_remote_to_local_throttling] test_throttling/test.py::test_backup_throttling[server_remote_to_remote_throttling] [gw2] [ 51%] PASSED test_throttling/test.py::test_backup_throttling[server_remote_to_remote_throttling] test_throttling/test.py::test_backup_throttling[user_local_throttling] [gw2] [ 53%] PASSED test_throttling/test.py::test_backup_throttling[user_local_throttling] test_throttling/test.py::test_backup_throttling[user_local_to_remote_throttling] [gw2] [ 55%] PASSED test_throttling/test.py::test_backup_throttling[user_local_to_remote_throttling] test_throttling/test.py::test_backup_throttling[user_remote_to_local_throttling] [gw2] [ 57%] PASSED test_throttling/test.py::test_backup_throttling[user_remote_to_local_throttling] test_throttling/test.py::test_backup_throttling[user_remote_to_remote_throttling] [gw2] [ 59%] PASSED test_throttling/test.py::test_backup_throttling[user_remote_to_remote_throttling] test_throttling/test.py::test_backup_throttling_override [gw2] [ 61%] PASSED test_throttling/test.py::test_backup_throttling_override test_throttling/test.py::test_local_read_throttling_reload [gw2] [ 63%] PASSED test_throttling/test.py::test_local_read_throttling_reload test_throttling/test.py::test_local_write_throttling_reload [gw2] [ 65%] PASSED test_throttling/test.py::test_local_write_throttling_reload test_throttling/test.py::test_max_merges_bandwidth_for_server [gw2] [ 68%] PASSED test_throttling/test.py::test_max_merges_bandwidth_for_server test_throttling/test.py::test_max_mutations_bandwidth_for_server [gw2] [ 70%] PASSED test_throttling/test.py::test_max_mutations_bandwidth_for_server test_throttling/test.py::test_read_throttling[no_local_throttling] [gw2] [ 72%] PASSED test_throttling/test.py::test_read_throttling[no_local_throttling] test_throttling/test.py::test_read_throttling[no_remote_throttling] [gw2] [ 74%] PASSED test_throttling/test.py::test_read_throttling[no_remote_throttling] test_throttling/test.py::test_read_throttling[server_local_throttling] [gw2] [ 76%] PASSED test_throttling/test.py::test_read_throttling[server_local_throttling] test_throttling/test.py::test_read_throttling[server_remote_throttling] [gw2] [ 78%] PASSED test_throttling/test.py::test_read_throttling[server_remote_throttling] test_throttling/test.py::test_read_throttling[user_local_throttling] [gw2] [ 80%] PASSED test_throttling/test.py::test_read_throttling[user_local_throttling] test_throttling/test.py::test_read_throttling[user_remote_throttling] [gw2] [ 82%] PASSED test_throttling/test.py::test_read_throttling[user_remote_throttling] test_throttling/test.py::test_remote_read_throttling_reload [gw2] [ 85%] PASSED test_throttling/test.py::test_remote_read_throttling_reload test_throttling/test.py::test_remote_write_throttling_reload [gw2] [ 87%] PASSED test_throttling/test.py::test_remote_write_throttling_reload test_throttling/test.py::test_write_throttling[local_server_throttling] [gw2] [ 89%] PASSED test_throttling/test.py::test_write_throttling[local_server_throttling] test_throttling/test.py::test_write_throttling[local_user_throttling] [gw2] [ 91%] PASSED test_throttling/test.py::test_write_throttling[local_user_throttling] test_throttling/test.py::test_write_throttling[no_local_throttling] [gw2] [ 93%] PASSED test_throttling/test.py::test_write_throttling[no_local_throttling] test_throttling/test.py::test_write_throttling[no_remote_throttling] [gw2] [ 95%] PASSED test_throttling/test.py::test_write_throttling[no_remote_throttling] test_throttling/test.py::test_write_throttling[server_remote_throttling] [gw2] [ 97%] PASSED test_throttling/test.py::test_write_throttling[server_remote_throttling] test_throttling/test.py::test_write_throttling[user_remote_throttling] [gw2] [100%] PASSED test_throttling/test.py::test_write_throttling[user_remote_throttling] =============================== warnings summary =============================== test_throttling/test.py::test_backup_throttling[no_local_throttling] /usr/local/lib/python3.10/dist-packages/urllib3/connectionpool.py:1100: InsecureRequestWarning: Unverified HTTPS request is being made to host '172.16.1.4'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ----------------- generated report log file: parallel3_0.jsonl ----------------- ============================== slowest durations =============================== 34.52s teardown test_throttling/test.py::test_write_throttling[user_remote_throttling] 27.73s call test_throttling/test.py::test_backup_throttling_override 27.50s setup test_storage_mongodb/test.py::test_oid 22.02s call test_throttling/test.py::test_write_throttling[local_user_throttling] 21.05s call test_throttling/test.py::test_read_throttling[user_local_throttling] 20.67s call test_throttling/test.py::test_read_throttling[user_remote_throttling] 19.18s call test_throttling/test.py::test_write_throttling[user_remote_throttling] 18.85s call test_throttling/test.py::test_backup_throttling[user_remote_to_local_throttling] 18.84s call test_throttling/test.py::test_backup_throttling[user_local_to_remote_throttling] 18.81s call test_throttling/test.py::test_backup_throttling[user_local_throttling] 17.52s call test_throttling/test.py::test_read_throttling[server_remote_throttling] 16.89s setup test_throttling/test.py::test_backup_throttling[no_local_throttling] 16.73s call test_throttling/test.py::test_read_throttling[server_local_throttling] 16.60s call test_throttling/test.py::test_write_throttling[local_server_throttling] 15.78s call test_throttling/test.py::test_write_throttling[server_remote_throttling] 14.86s setup test_temporary_data/test.py::test_tmp_data_no_leftovers 14.08s call test_throttling/test.py::test_backup_throttling[server_remote_to_local_throttling] 14.07s teardown test_throttling/test.py::test_remote_read_throttling_reload 14.03s call test_throttling/test.py::test_backup_throttling[server_local_to_remote_throttling] 13.97s teardown test_throttling/test.py::test_read_throttling[no_local_throttling] 13.79s teardown test_throttling/test.py::test_write_throttling[local_server_throttling] 13.76s teardown test_throttling/test.py::test_read_throttling[user_local_throttling] 13.76s teardown test_throttling/test.py::test_write_throttling[no_local_throttling] 13.54s teardown test_throttling/test.py::test_write_throttling[local_user_throttling] 13.30s call test_storage_mongodb/test.py::test_where 13.28s teardown test_throttling/test.py::test_read_throttling[user_remote_throttling] 13.10s teardown test_throttling/test.py::test_remote_write_throttling_reload 12.97s call test_throttling/test.py::test_backup_throttling[server_local_throttling] 12.77s call test_throttling/test.py::test_backup_throttling[user_remote_to_remote_throttling] 12.56s teardown test_throttling/test.py::test_read_throttling[no_remote_throttling] 12.51s teardown test_throttling/test.py::test_local_read_throttling_reload 12.48s teardown test_throttling/test.py::test_max_merges_bandwidth_for_server 12.47s teardown test_throttling/test.py::test_read_throttling[server_remote_throttling] 12.47s teardown test_throttling/test.py::test_max_mutations_bandwidth_for_server 12.42s teardown test_throttling/test.py::test_local_write_throttling_reload 12.41s teardown test_throttling/test.py::test_write_throttling[server_remote_throttling] 12.38s teardown test_throttling/test.py::test_write_throttling[no_remote_throttling] 11.88s teardown test_throttling/test.py::test_backup_throttling_override 11.74s teardown test_throttling/test.py::test_read_throttling[server_local_throttling] 11.72s teardown test_throttling/test.py::test_backup_throttling[user_remote_to_local_throttling] 10.90s teardown test_throttling/test.py::test_backup_throttling[user_local_to_remote_throttling] 10.85s teardown test_throttling/test.py::test_backup_throttling[user_local_throttling] 10.61s teardown test_throttling/test.py::test_backup_throttling[user_remote_to_remote_throttling] 10.56s call test_throttling/test.py::test_backup_throttling[server_remote_to_remote_throttling] 10.11s call test_temporary_data/test.py::test_tmp_data_no_leftovers 9.96s teardown test_throttling/test.py::test_backup_throttling[server_remote_to_remote_throttling] 9.93s teardown test_throttling/test.py::test_backup_throttling[server_local_to_remote_throttling] 9.79s teardown test_throttling/test.py::test_backup_throttling[server_local_throttling] 9.56s teardown test_throttling/test.py::test_backup_throttling[no_remote_to_local_throttling] 9.37s teardown test_throttling/test.py::test_backup_throttling[server_remote_to_local_throttling] 9.10s teardown test_throttling/test.py::test_backup_throttling[no_remote_to_remote_throttling] 8.33s call test_throttling/test.py::test_max_merges_bandwidth_for_server 8.09s call test_throttling/test.py::test_max_mutations_bandwidth_for_server 7.14s call test_throttling/test.py::test_local_read_throttling_reload 7.07s call test_throttling/test.py::test_remote_write_throttling_reload 7.03s teardown test_throttling/test.py::test_backup_throttling[no_local_throttling] 6.93s call test_throttling/test.py::test_remote_read_throttling_reload 6.92s teardown test_throttling/test.py::test_backup_throttling[no_local_to_remote_throttling] 6.87s call test_storage_mongodb/test.py::test_oid 6.57s call test_storage_mongodb/test.py::test_string_casting 6.46s call test_throttling/test.py::test_local_write_throttling_reload 5.21s teardown test_storage_mongodb/test.py::test_where 4.59s call test_storage_mongodb/test.py::test_password_masking 4.43s call test_storage_mongodb/test.py::test_order_by 2.34s call test_storage_mongodb/test.py::test_uuid 1.99s call test_storage_mongodb/test.py::test_secure_connection 1.94s call test_storage_mongodb/test.py::test_secure_connection_uri 1.87s call test_storage_mongodb/test.py::test_simple_select_from_view 1.87s call test_storage_mongodb/test.py::test_simple_select 1.85s call test_storage_mongodb/test.py::test_simple_select_uri 1.60s call test_throttling/test.py::test_read_throttling[no_remote_throttling] 1.45s call test_throttling/test.py::test_read_throttling[no_local_throttling] 1.45s teardown test_temporary_data/test.py::test_tmp_data_no_leftovers 1.19s call test_storage_mongodb/test.py::test_predefined_connection_configuration_uri 1.19s call test_throttling/test.py::test_backup_throttling[no_local_to_remote_throttling] 1.14s call test_throttling/test.py::test_backup_throttling[no_remote_to_local_throttling] 1.14s call test_throttling/test.py::test_backup_throttling[no_remote_to_remote_throttling] 1.13s call test_storage_mongodb/test.py::test_predefined_connection_configuration 1.09s call test_storage_mongodb/test.py::test_secure_connection_uri_with_validation 1.04s call test_throttling/test.py::test_write_throttling[no_remote_throttling] 0.99s call test_storage_mongodb/test.py::test_secure_connection_with_validation 0.89s call test_throttling/test.py::test_write_throttling[no_local_throttling] 0.88s call test_throttling/test.py::test_backup_throttling[no_local_throttling] 0.00s setup test_throttling/test.py::test_write_throttling[server_remote_throttling] 0.00s setup test_throttling/test.py::test_write_throttling[user_remote_throttling] 0.00s setup test_throttling/test.py::test_read_throttling[user_remote_throttling] 0.00s setup test_throttling/test.py::test_write_throttling[local_server_throttling] 0.00s setup test_throttling/test.py::test_backup_throttling[user_local_throttling] 0.00s setup test_throttling/test.py::test_backup_throttling[no_remote_to_remote_throttling] 0.00s setup test_throttling/test.py::test_read_throttling[no_remote_throttling] 0.00s setup test_throttling/test.py::test_backup_throttling[user_remote_to_local_throttling] 0.00s setup test_throttling/test.py::test_backup_throttling[user_local_to_remote_throttling] 0.00s setup test_throttling/test.py::test_backup_throttling[no_remote_to_local_throttling] 0.00s setup test_throttling/test.py::test_backup_throttling[server_remote_to_local_throttling] 0.00s setup test_throttling/test.py::test_backup_throttling[server_remote_to_remote_throttling] 0.00s setup test_throttling/test.py::test_write_throttling[no_local_throttling] 0.00s setup test_throttling/test.py::test_read_throttling[server_remote_throttling] 0.00s setup test_throttling/test.py::test_backup_throttling[server_local_to_remote_throttling] 0.00s setup test_throttling/test.py::test_backup_throttling[user_remote_to_remote_throttling] 0.00s setup test_throttling/test.py::test_local_write_throttling_reload 0.00s setup test_throttling/test.py::test_read_throttling[user_local_throttling] 0.00s setup test_throttling/test.py::test_read_throttling[server_local_throttling] 0.00s setup test_throttling/test.py::test_backup_throttling[no_local_to_remote_throttling] 0.00s setup test_throttling/test.py::test_write_throttling[local_user_throttling] 0.00s setup test_throttling/test.py::test_read_throttling[no_local_throttling] 0.00s setup test_throttling/test.py::test_write_throttling[no_remote_throttling] 0.00s setup test_throttling/test.py::test_backup_throttling[server_local_throttling] 0.00s setup test_throttling/test.py::test_remote_read_throttling_reload 0.00s setup test_throttling/test.py::test_local_read_throttling_reload 0.00s teardown test_storage_mongodb/test.py::test_oid 0.00s setup test_throttling/test.py::test_backup_throttling_override 0.00s setup test_storage_mongodb/test.py::test_secure_connection_with_validation 0.00s setup test_throttling/test.py::test_remote_write_throttling_reload 0.00s setup test_storage_mongodb/test.py::test_where 0.00s setup test_storage_mongodb/test.py::test_password_masking 0.00s setup test_throttling/test.py::test_max_merges_bandwidth_for_server 0.00s setup test_storage_mongodb/test.py::test_secure_connection 0.00s setup test_storage_mongodb/test.py::test_uuid 0.00s setup test_storage_mongodb/test.py::test_simple_select 0.00s setup test_throttling/test.py::test_max_mutations_bandwidth_for_server 0.00s setup test_storage_mongodb/test.py::test_order_by 0.00s setup test_storage_mongodb/test.py::test_predefined_connection_configuration 0.00s teardown test_storage_mongodb/test.py::test_order_by 0.00s setup test_storage_mongodb/test.py::test_secure_connection_uri 0.00s setup test_storage_mongodb/test.py::test_predefined_connection_configuration_uri 0.00s teardown test_storage_mongodb/test.py::test_predefined_connection_configuration_uri 0.00s setup test_storage_mongodb/test.py::test_secure_connection_uri_with_validation 0.00s setup test_storage_mongodb/test.py::test_simple_select_from_view 0.00s teardown test_storage_mongodb/test.py::test_uuid 0.00s teardown test_storage_mongodb/test.py::test_secure_connection_with_validation 0.00s teardown test_storage_mongodb/test.py::test_secure_connection_uri_with_validation 0.00s teardown test_storage_mongodb/test.py::test_secure_connection 0.00s setup test_storage_mongodb/test.py::test_simple_select_uri 0.00s setup test_storage_mongodb/test.py::test_string_casting 0.00s teardown test_storage_mongodb/test.py::test_string_casting 0.00s teardown test_storage_mongodb/test.py::test_password_masking 0.00s teardown test_storage_mongodb/test.py::test_predefined_connection_configuration 0.00s teardown test_storage_mongodb/test.py::test_secure_connection_uri 0.00s teardown test_storage_mongodb/test.py::test_simple_select 0.00s teardown test_storage_mongodb/test.py::test_simple_select_uri 0.00s teardown test_storage_mongodb/test.py::test_simple_select_from_view =========================== short test summary info ============================ PASSED test_throttling/test.py::test_backup_throttling[no_local_throttling] PASSED test_temporary_data/test.py::test_tmp_data_no_leftovers PASSED test_throttling/test.py::test_backup_throttling[no_local_to_remote_throttling] PASSED test_throttling/test.py::test_backup_throttling[no_remote_to_local_throttling] PASSED test_storage_mongodb/test.py::test_oid PASSED test_storage_mongodb/test.py::test_order_by PASSED test_storage_mongodb/test.py::test_password_masking PASSED test_storage_mongodb/test.py::test_predefined_connection_configuration PASSED test_throttling/test.py::test_backup_throttling[no_remote_to_remote_throttling] PASSED test_storage_mongodb/test.py::test_predefined_connection_configuration_uri PASSED test_storage_mongodb/test.py::test_secure_connection PASSED test_storage_mongodb/test.py::test_secure_connection_uri PASSED test_storage_mongodb/test.py::test_secure_connection_uri_with_validation PASSED test_storage_mongodb/test.py::test_secure_connection_with_validation PASSED test_storage_mongodb/test.py::test_simple_select PASSED test_storage_mongodb/test.py::test_simple_select_from_view PASSED test_storage_mongodb/test.py::test_simple_select_uri PASSED test_storage_mongodb/test.py::test_string_casting PASSED test_storage_mongodb/test.py::test_uuid PASSED test_throttling/test.py::test_backup_throttling[server_local_throttling] PASSED test_storage_mongodb/test.py::test_where PASSED test_throttling/test.py::test_backup_throttling[server_local_to_remote_throttling] PASSED test_throttling/test.py::test_backup_throttling[server_remote_to_local_throttling] PASSED test_throttling/test.py::test_backup_throttling[server_remote_to_remote_throttling] PASSED test_throttling/test.py::test_backup_throttling[user_local_throttling] PASSED test_throttling/test.py::test_backup_throttling[user_local_to_remote_throttling] PASSED test_throttling/test.py::test_backup_throttling[user_remote_to_local_throttling] PASSED test_throttling/test.py::test_backup_throttling[user_remote_to_remote_throttling] PASSED test_throttling/test.py::test_backup_throttling_override PASSED test_throttling/test.py::test_local_read_throttling_reload PASSED test_throttling/test.py::test_local_write_throttling_reload PASSED test_throttling/test.py::test_max_merges_bandwidth_for_server PASSED test_throttling/test.py::test_max_mutations_bandwidth_for_server PASSED test_throttling/test.py::test_read_throttling[no_local_throttling] PASSED test_throttling/test.py::test_read_throttling[no_remote_throttling] PASSED test_throttling/test.py::test_read_throttling[server_local_throttling] PASSED test_throttling/test.py::test_read_throttling[server_remote_throttling] PASSED test_throttling/test.py::test_read_throttling[user_local_throttling] PASSED test_throttling/test.py::test_read_throttling[user_remote_throttling] PASSED test_throttling/test.py::test_remote_read_throttling_reload PASSED test_throttling/test.py::test_remote_write_throttling_reload PASSED test_throttling/test.py::test_write_throttling[local_server_throttling] PASSED test_throttling/test.py::test_write_throttling[local_user_throttling] PASSED test_throttling/test.py::test_write_throttling[no_local_throttling] PASSED test_throttling/test.py::test_write_throttling[no_remote_throttling] PASSED test_throttling/test.py::test_write_throttling[server_remote_throttling] PASSED test_throttling/test.py::test_write_throttling[user_remote_throttling] ================== 47 passed, 1 warning in 762.24s (0:12:42) ===================